MessageCompat

Helper for accessing features in Message.

Functions

Link copied to clipboard
open fun isAsynchronous(@NonNull message: @NonNull Message): Boolean
Returns true if the message is asynchronous, meaning that it is not subject to Looper synchronization barriers.
Link copied to clipboard
open fun setAsynchronous(@NonNull message: @NonNull Message, async: Boolean)
Sets whether the message is asynchronous, meaning that it is not subject to Looper synchronization barriers.